home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / demo / igps_102.zip / MAINFRM.H < prev    next >
C/C++ Source or Header  |  1994-06-23  |  2KB  |  51 lines

  1. ////////////////////////////////////////////////////////////////////////////////////
  2. // Internet Global Phone Project
  3. // mainfrm.h : interface of the CMainFrame class
  4. //
  5. // Very little modification to the AppWizard generated MFC skeleton.
  6. ////////////////////////////////////////////////////////////////////////////////////
  7. // Copyright (c) 1993-1994    microWonders Inc.  All rights reserved.
  8. //                                                                         
  9. // AN OPEN INVITION TO BUILD UPON AND CONTRIBUTE TO THE PUBLIC TECHNOLOGY POOL:
  10. // You are encouraged to redistribute, and build upon the technologies presented 
  11. // in this source module and the accompanying article in Dr. Dobb's Journal provided 
  12. // all the conditions listed in the MUSTREAD.TXT file, included with this 
  13. // distribution, are met.
  14. ////////////////////////////////////////////////////////////////////////////////////
  15.  
  16. class CMainFrame : public CFrameWnd
  17. {
  18. protected: // create from serialization only
  19.     CMainFrame();
  20.     DECLARE_DYNCREATE(CMainFrame)
  21.  
  22. // Attributes
  23. public:
  24.  
  25. // Operations
  26. public:
  27.  
  28. // Implementation
  29. public:
  30.     virtual ~CMainFrame();
  31. #ifdef _DEBUG
  32.     virtual void AssertValid() const;
  33.     virtual void Dump(CDumpContext& dc) const;
  34. #endif
  35.  
  36. protected:  // control bar embedded members
  37.     CStatusBar  m_wndStatusBar;
  38.     CToolBar    m_wndToolBar;
  39.  
  40. // Generated message map functions
  41. protected:
  42.     //{{AFX_MSG(CMainFrame)
  43.     afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
  44.         // NOTE - the ClassWizard will add and remove member functions here.
  45.         //    DO NOT EDIT what you see in these blocks of generated code!
  46.     //}}AFX_MSG
  47.     DECLARE_MESSAGE_MAP()
  48. };
  49.  
  50. /////////////////////////////////////////////////////////////////////////////
  51.